projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9cf4c2
)
(custom-face-attributes): Fix typo in `ultra-bold'.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Apr 2002 14:45:37 +0000
(14:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Apr 2002 14:45:37 +0000
(14:45 +0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index a55dbd6eb9016be326622b491ec71d4e25b4d1f2..2f4e91a900a25d5db9cf4fb6c176498038902f6a 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-98,7
+98,7
@@
(choice :tag "Weight"
:help-echo "Font weight."
:value normal ; default
- (const :tag "black" ultra
_
bold)
+ (const :tag "black" ultra
-
bold)
(const :tag "bold" bold)
(const :tag "book" semi-light)
(const :tag "demibold" semi-bold)